Add a release note about window size saving
authorMatthias Clasen <mclasen@redhat.com>
Tue, 16 Feb 2016 03:17:41 +0000 (22:17 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 16 Feb 2016 03:17:41 +0000 (22:17 -0500)
README.in

index 7e7e6065d800e7954ab4db78ef899e8ecdc3bba6..5f3ce4e5dfbd661181b7a2a2b878e62008f45341 100644 (file)
--- a/README.in
+++ b/README.in
@@ -82,6 +82,14 @@ Release notes for 3.20
   However, all previously existing objects still derive from GtkWidget,
   so no existing code should break.
 
+* Several fixes for window sizing and placement with client-side
+  decorations may affect applications that are saving and restoring
+  window sizes. The recommended best practice for this which is known
+  to work with client-side and server-side decorations and with older
+  and newer versions of GTK+ is to use gtk_window_get_size() to save
+  and gtk_window_set_default_size() to restore the window size. See
+  https://wiki.gnome.org/HowDoI/SaveWindowState for a detailed example.
+
 Release notes for 3.18
 ======================